docs: Add a release note about GtkSizeGroup::ignore-hidden
authorMatthias Clasen <mclasen@redhat.com>
Tue, 31 May 2016 20:33:18 +0000 (16:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 31 May 2016 20:34:22 +0000 (16:34 -0400)
docs/reference/gtk/migrating-3xtoy.xml

index 19fd608fbd5f4cece70df51624ad01b3580eb54a..8dd4c576312b956ecc88bf372750b22f0adb0d40 100644 (file)
       change an individual facet of the font, like the weight, use the
       individual CSS properties: font-weight, font-size, font-family, etc.
     </para>
+
+    <para>
+      The #GtkSizeGroup:ignore-hidden property has not been working properly
+      for a long time, and we've not documented it as broken and deprecated.
+      The recommended alternative for reserving space of widgets that are not
+      currently shown in the UI is to use a #GtkStack (with some 'filler'
+      widget, e.g. an empty #GtkBox, in another page).
+    </para>
   </section>
 </chapter>